Don't use backslashes in filename.
authorrobertl <robertl>
Fri, 25 Aug 2006 18:49:49 +0000 (18:49 +0000)
committerrobertl <robertl>
Fri, 25 Aug 2006 18:49:49 +0000 (18:49 +0000)
jeeps/gpsusbstub.c

index d3c640e39971b12606e9495e277b1fcf43efe838..b42d7091a25e54ad2f3111d1242c80bb9dabac32 100644 (file)
@@ -21,7 +21,7 @@
 
 
 #include "config.h"
-#include "..\defs.h"
+#include "../defs.h"
 #if !HAVE_LIBUSB 
 
 const char no_usb[] = "USB suport is not available in this build.\n";